Returns a series with surface data for this SeriesCollection when the elements in this series use names for x axis values.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As SeriesCollection
Dim xLabels As List
Dim yLabels As List
Dim value As Series
value = instance.GetSurfaceData(xLabels, yLabels)
|
Parameters
- xLabels
- A string list representing the x axis Element names that can be mapped to the x axis on the surface chart.
The index of the array corresponds to the x axis values.
- yLabels
- A string list representing the y axis Series names that can be mapped to the y axis on the surface chart.
The index of the array corresponds to the y axis values.
Return Value
A series with surface data.
See Also